Clarify the default `cargo run` error message on a non-zero exit code
authorGleb Kozyrev <gleb@gkoz.com>
Tue, 13 Oct 2015 00:31:57 +0000 (03:31 +0300)
committerGleb Kozyrev <gleb@gkoz.com>
Tue, 13 Oct 2015 00:31:57 +0000 (03:31 +0300)
commit37334931744c84dde599752fca94b2f43445bc0b
treef96fe1430301a7b1b842ca7bbacc9f28b27acdac
parentf223eb4deed28f656547acae3dbbe51a6bd6efca
Clarify the default `cargo run` error message on a non-zero exit code

The behavior is the same in the default and verbose modes now:
 - the default mode will not suggest re-running with `--verbose`
 - the verbose mode will not print the binary name.
src/bin/run.rs
tests/test_cargo_run.rs